dynamic memory allocation造句
例句與造句
- Study of dynamic memory allocation in os kernel
操作系統(tǒng)內(nèi)核中動態(tài)內(nèi)存分配機(jī)制的研究 - Dynamic memory allocation
動態(tài)記憶空間配置 - A dynamic memory allocation method for global stiffness matrix in fem and its application to geotechnical engineering
有限元法中總剛動態(tài)存取及其應(yīng)用 - Such boxing and unboxing operations add performance overhead since they involve dynamic memory allocations and run - time type checks
當(dāng)他們處于動態(tài)內(nèi)存分配和運(yùn)行時類型檢查,裝箱拆箱操作將增加性能消耗。 - Such boxing and unboxing operations add performance overhead since they involve dynamic memory allocations and run - time type checks
這種裝箱拆箱的操作,包括在動態(tài)內(nèi)存分配和運(yùn)行時檢查里,增加了性能負(fù)擔(dān)。 - It's difficult to find dynamic memory allocation in a sentence. 用dynamic memory allocation造句挺難的
- By tracking dynamic memory allocation proactively , it is easy to identify unusual consumption patterns pointing to insidious memory leaks - before they cause system crashes
通過主動追蹤動態(tài)內(nèi)存分配,可以在引起系統(tǒng)崩潰之前,很容易地識別指向隱伏且不常見的內(nèi)存泄漏的消耗模式。 - After reboot , sql server 2005 operates in a normal dynamic memory allocation mode , and the available memory is limited to virtual address space or physical memory , whichever is smaller
重新啟動后, sql server 2005將在標(biāo)準(zhǔn)動態(tài)內(nèi)存分配模式下運(yùn)行,其可用內(nèi)存受虛擬地址空間或物理內(nèi)存的限制,以較小的值為準(zhǔn)。 - Therefore , if throughput and minimizing memory utilization are important non - functional requirements for the application , then consider using a message format that minimizes the amount of parsing time , datatype transformation time , and dynamic memory allocation time
因此,如果對于應(yīng)用程序來說吞吐量和最小內(nèi)存占用是重要的非功能性需求,就要考慮使用能夠減少解析時間、數(shù)據(jù)類型轉(zhuǎn)換時間和動態(tài)內(nèi)存分配時間的消息格式。 - Additionally , in the analysis and design phases , the system modeling is accomplished by means of uml . in terms of the process of object - oriented analysis , object - oriented design , and object - oriented programming , the hierarchy analysis of simulation system is carried through based on oos ( object - oriented simulation ) , and the simulation framework design is completed . some key problems brought by the expandability needs , are solved by using the class mechanism , inheritance mechanism , overloading mechanism and dynamic memory allocation such advanced technologies of c + + programming language
此外,運(yùn)用uml統(tǒng)一建模語言對軟件進(jìn)行分析與設(shè)計(jì)階段的系統(tǒng)建模,按照面向?qū)ο蠓治觥⒚嫦驅(qū)ο笤O(shè)計(jì)、面向?qū)ο蟪绦蛟O(shè)計(jì)的步驟,進(jìn)行了基于oos的仿真系統(tǒng)層次分析,完成了仿真框架設(shè)計(jì),并且充分利用面向?qū)ο蟪绦蛟O(shè)計(jì)語言c + +的類機(jī)制、繼承機(jī)制、重載機(jī)制和動態(tài)內(nèi)存分配等先進(jìn)技術(shù)解決了軟件擴(kuò)展性要求所帶來的幾個關(guān)鍵問題。 - Following the architecture description of rtps middleware , two critical implementation issues are carried out : the first , object - oriented multi - threaded architecture . to avoid negative effect brought by the block , and to improve the realtime responsive ability of the system , we decouple the event processing from its transportation ; the second , pooled memory allocationjn order to decrease the time - and - space overhead due to dynamic memory allocation , thus to improve the dynamic performance of the realtime publish - subscribe system and the predictability of runtime end - to - end qos , we adopt the pooled allocation to change many dynamic system calls into one static system call and several user interface calls in fixed time
通過將事件的輸送與處理解耦以避免阻塞所帶來的影響、改善系統(tǒng)的實(shí)時響應(yīng)能力,通過面向?qū)ο蟮亩嗑€程并發(fā)以支持異步事件的實(shí)時并發(fā)處理并獲得系統(tǒng)結(jié)構(gòu)上的靈活性;其二,池式內(nèi)存分配。通過內(nèi)存池分配方式將客戶的大量動態(tài)系統(tǒng)調(diào)用轉(zhuǎn)化為一次靜態(tài)系統(tǒng)調(diào)用和數(shù)次固定時間的用戶接口調(diào)用以減少動態(tài)內(nèi)存分配的時空開銷,從而改善實(shí)時發(fā)布-訂閱系統(tǒng)的動態(tài)性能與提高其運(yùn)行時端對端服務(wù)質(zhì)量的( end - to - endqos )可預(yù)測性。 - We first give an analysis of the whole system and its requests for memory management then we design and implement the memory management strategies of rtos for this chip , including the paged virtual memory management mechanism without swap , the memory protection , the memory sharing and the static / dynamic memory allocation mechanism . chapter 4 describes the simulation method of the memory management strategies implemented in the previous chapter , then we analyse the results of the simulation
首先對系統(tǒng)進(jìn)行了分析,得到其對操作系統(tǒng)的存儲管理的具體要求,然后針對上面提出的需求,設(shè)計(jì)并實(shí)現(xiàn)了相應(yīng)的存儲管理策略,包括分頁不交換的虛擬存儲機(jī)制、存儲保護(hù)、存儲共享以及內(nèi)存的靜態(tài)動態(tài)分配機(jī)制,最后介紹了在本系統(tǒng)研究和實(shí)現(xiàn)過程中用到的幾個工具軟件。